Installing Jupyter (Windows 10)ΒΆ



⚠️ Check whether Jupyter is already installed on your computer by entering `jupyter` in the Windows search bar.



The easiest way to install Jupyter is to install Anaconda.

Below are step-by-step instructions for (a) installing Anaconda (Individual Edition), then (b) checking the Jupyter installation.


Step 1: Β  Check Windows version Β  (64 bit or 32 bit)

Back to Table of Contents

  1. In the Windows search bar, enter about , then select About your PC.



screenshot



  1. In the About window, find System type, and note whether the type is 64 bit or 32 bit.



In this case, the type is 64 bit



screenshot


Step 2: Β  Install Anaconda

Back to Table of Contents

  1. Go to anaconda.com/distribution , and select Download



screenshot



  1. Select the appropriate Windows Installer.

⚠️ Choose either 64 bit or 32 bit     (see Step 1)



screenshot1



  1. Open the installer and install the software.

Detailed installation instructions: (English) (ζ—₯本θͺž) (ζ—₯本θͺžοΌ’)



screenshot1




Step 3: Β  Check Jupyter installation

Back to Table of Contents



  1. Try to launch Jupyter.

Enter jupyter notebook in the Windows search bar, then select the Jupyter Notebook app.



screenshot



  1. Choose a browser.

If you have multiple browsers, Windows may ask you which browser you want to use. Choose any browser (e.g. Firefox, Google Chrome, Microsoft Edge, etc.)



screenshot



  1. Create a new notebook.

When the Jupyter home page launches, select New, then select a Python 3 Notebook.



screenshot



  1. When the notebook launches, enter print( "Hello world!" ) in the cell, then select Run.



screenshot



  1. Verify that Hello world! is printed as output.



screenshot




Congratulations!ΒΆ

Jupyter is now installed and ready to go.